04. Scalar Multiplication of Matrix and Quiz
Scalar Multiplication of Matrix
To multiply a matrix by a scalar, we do not need to verify
- Dimensions
or - Indices
Simply multiply each element in the matrix by the scalar!
For example:
Equation 13
Quiz
What is the value of the th element of Matrix if:
a. ,
b. ,
Code
If you need a code on the https://github.com/udacity.
Notice that the equation: represents a linear combination of matrices and scalars.